Vcenter Network Projects Vpcs Subnets Info
Vcenter Network Projects Vpcs Subnets Info
The Vcenter Network Projects Vpcs Subnets Info schema contains commonly used information about a subnet.
This schema was added in vSphere API 9.0.0.0.
JSON Example
{
"subnet": {
"id": "string",
"name": "string",
"external_id": "string"
},
"vpc": {
"id": "string",
"name": "string",
"external_id": "string"
},
"project": {
"id": "string",
"name": "string",
"external_id": "string"
}
}
subnet
Required
Details of the subnet.
This property was added in vSphere API 9.0.0.0.
vpc
Required
Details of the VPC.
This property was added in vSphere API 9.0.0.0.
project
Required
Details of the project.
This property was added in vSphere API 9.0.0.0.
Property Of
Returned By